home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 May / Disc 2 / PCU0503CD2.iso / software / apps / files / sdiary222.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-02-20  |  2.2 KB  |  46 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Smart Diary
  4. AppVerName=Smart Diary v2.22
  5. AppId=Smart Diary
  6. AppVersion=2.22
  7. AppPublisher=Programming Sunrise Ltd.
  8. AppPublisherURL=http://www.psunrise.com
  9. AppSupportURL=http://sdiary.psunrise.com
  10. AppUpdatesURL=http://sdiary.psunrise.com
  11. DefaultDirName={pf}\Smart Diary
  12. DefaultGroupName=Smart Diary
  13. OutputBaseFilename=SDiary222
  14. Compression=zip
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\SDiary.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\TIPS.TXT"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\face1.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\face-1.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\face2.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\face-2.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\face3.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\face-3.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\hhupd.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\SDiary.chm"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\face0.bmp"; DestDir: "{app}"; Flags: ignoreversion 
  30. [INI]
  31. FileName: "{app}\SDiary.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://sdiary.psunrise.com"; 
  32. [Run]
  33. Filename: "{app}\hhupd.exe"; Parameters: "/q"; 
  34. Filename: "{app}\SDiary.exe"; Description: "Launch Smart Diary"; Flags: postinstall skipifsilent nowait
  35. [Icons]
  36. Name: "{group}\Smart Diary"; Filename: "{app}\SDiary.exe"; 
  37. Name: "{group}\Smart Diary on the Web"; Filename: "{app}\SDiary.url"; 
  38. Name: "{group}\Smart Diary Help"; Filename: "{app}\SDiary.chm"; 
  39. Name: "{userdesktop}\Smart Diary"; Filename: "{app}\SDiary.exe"; Tasks: desktopicon; 
  40. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Smart Diary"; Filename: "{app}\SDiary.exe"; Tasks: quicklaunchicon; 
  41. [Tasks]
  42. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  43. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  44. [UninstallDelete]
  45. Type: files; Name: "{app}\SDiary.url"; 
  46.